CARVIEW |
ATTN: GitHub is currently in read-only mode. Please check GitHub's Twitter account for status updates.
Every repository with this icon (

Every repository with this icon (

Description: | Official CakePHP API Generator Git Repository edit |
Homepage: | https://cakephp.org edit |
Public Clone URL: |
git://github.com/cakephp/api_generator.git
Give this clone URL to anyone.
git clone git://github.com/cakephp/api_generator.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:cakephp/api_generator.git
|

name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Feb 03 18:50:26 -0800 2009 | updating ignore settings [AD7six] |
![]() |
README.mdown | Sat Dec 12 11:01:48 -0800 2009 | Updating readme file. [Mark Story] |
![]() |
api_generator_app_controller.php | Wed Jul 22 20:46:47 -0700 2009 | Fixing whitespacing. [Mark Story] |
![]() |
api_generator_app_model.php | Wed Jul 22 20:46:47 -0700 2009 | Fixing whitespacing. [Mark Story] |
![]() |
config/ | Sun Jun 14 17:15:34 -0700 2009 | Updating schema. [Mark Story] |
![]() |
controllers/ | Wed Jul 22 20:46:47 -0700 2009 | Fixing whitespacing. [Mark Story] |
![]() |
locale/ | Thu Feb 05 15:34:37 -0800 2009 | added japanese translation file [yandod] |
![]() |
models/ | Wed Jul 22 20:46:47 -0700 2009 | Fixing whitespacing. [Mark Story] |
![]() |
tests/ | Mon Oct 05 18:49:58 -0700 2009 | Adding Class::method() link parsing. [Mark Story] |
![]() |
vendors/ | Mon Oct 05 18:54:30 -0700 2009 | Adding class method link parsing. [Mark Story] |
![]() |
views/ | Sat Dec 12 10:52:44 -0800 2009 | Merge commit 'origin/master' [Mark Story] |
Api Generator
The Api Generator provides an easy to use always current documentation generation tool. Api documentation is generated using PHP's reflection API. A few simple database tables are used to keep class indexes and provide project search features. Api Generator supports PHPdoc format docblocks and allows you to use Markdown formatting in your documentation blocks.
Requirements:
- PHP5 - Requires PHP5.2. If you are on PHP4 too bad, time to upgrade anyways.
- CakePHP 1.2
Configuration + Installation
Please See the installation guide.
Reporting issues
If you have an issues with Api Generator please open a ticket on lighthouse https://cakephp.lighthouseapp.com/projects/42879-api-generator/overview
Contributing
If you'd like to contribute to ApiGenerator, you can do so by forking the repository and sending pull requests. You can also open tickets for features at the lighthouse