Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Example of PHP app using composer dependency manager.

License

Notifications You must be signed in to change notification settings

spring-attic/cf-php-example

 
 

cf-php-example is no longer actively maintained by VMware, Inc.

Example PHP app using Lumen Framework

Installation

This example use Composer most common dependency manager for PHP. All builds should use composer for all necessary stuff like downloading configuration, run test or DB migration. You can do it easly using composer scripts.

Simply run:

composer install

To run tests one from below, run:

test-e2e
test-smoke
test-apicompatibility

Those are predefined for cloudfoundry purposes. If you use other names, you must map them so that they fit predefined ones.

License

The Lumen Framework is open-sourced software licensed under the MIT license

About

Example of PHP app using composer dependency manager.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.7%
  • Shell 4.3%