2017 © Pedro Peláez
 

library base

Pacote com funcionalidades básicas para criar uma API PHP

image

bludata/base

Pacote com funcionalidades básicas para criar uma API PHP

  • Tuesday, July 24, 2018
  • by cbsan
  • Repository
  • 9 Watchers
  • 4 Stars
  • 1,837 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 100 Versions
  • 12 % Grown

The README.md

, (*1)

StyleCI StyleCI Codecov , (*2)

Total Downloads Latest Stable Version License , (*3)

Prerequisites

Docker, (*4)

$ curl -sSL https://get.docker.com/ | sh

Installing

Start all containers with docker-compose:, (*5)

$ docker-compose up -d

Wait for all containers be started and run composer inside container server:, (*6)

$ docker-compose exec server composer install

Running the tests

We use PHPUnit for unit tests, run it inside server container:, (*7)

$ docker-compose exec server ./vendor/bin/phpunit

And coding style tests

We use PHP-FIR PSR's recommendations, before send some code, please run an php-cs-fixer on your code and respect those standards., (*8)

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us., (*9)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository., (*10)

Authors

See also the list of contributors who participated in this project., (*11)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*12)

Acknowledgments

  • To make the world better, start with you

The Versions