phpanvil/phpanvil

phpAnvil Framework

dev-master 2013-08-20 21:11 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:26:07 UTC


README

Latest Stable Version Build Status

While most other frameworks focus on websites and simple applications, the phpAnvil framework was designed for SaaS and enterprise level web applications.

Community Standards

It's very important to maintain code that is consistent and easily adoptable by other developers within the PHP community. Most phpAnvil applications are developed in teams, which these standards remove the risk of different coding styles between various developers within the team.

Most of our standards are based on the work from the PHP Framework Interoperability Group:

  • PSR-0: Autoloading Standard
  • PSR-1: Basic Coding Standard
  • PSR-2: Coding Style Guide
  • PSR-3: Logger Interface

API Documentation

phpAnvil API Documentation is generated using phpDox.

3rd Party Services/Utilities

Special thank you for the following services/utilities we leverage during our development cycle:

  • GitHub: Version Control Code Repository
  • phpUnit: PHP Unit Testing
  • Composer: PHP Dependency Manager
  • Packagist: PHP Package archivist (used with Composer)
  • phpDox: PHP Documentation Generator
  • Travis CI: Continuous Integration Service