Commits


Siad Ardroumli authored and GitHub committed 859b224dd35
AVRO-2855: PHP Add alias support and drop endian condition (#906) * AVRO-2842: Add phpcs. * AVRO-2842: Add PSR4 and code formatting. * AVRO-2842: Fixed not found callbacks. * AVRO-2842: Fixed PSR12 violations using phpcbf. * AVRO-2842: Fixed PSR12 violations. * Fixed left overs. * Fixed example * Added autoloader for non composer usage, updated readme and test bootstrap * Added license * Fixed psr issues * Add aliases support. * Added license * Fixed some cs