aws-sdk-php-phalcon
aws-sdk-php-phalcon copied to clipboard
A simple Phalcon service provider for including the AWS SDK for PHP.
Results
1
aws-sdk-php-phalcon issues
Sort by
recently updated
recently updated
newest added
I have this code to register services: ### services.php ``` php $di = new FactoryDefault(); $di->set('dispatcher', function () use ($config) { $eventsManager = new EventsManager; $eventsManager->attach("application:boot", new AwsServiceProvider(array( 'key' =>...