Skip to content

A CakePHP vendor and shell libraries which help using YAML migrations without the PEAR library.

License

Notifications You must be signed in to change notification settings

gmomchilov/cakephp-yaml-migrations-and-fixtures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHAT IS THIS?
This package cointains migrations and fixtures libraries to be used with the CakePHP framework. It does not require any
external packages except for the CakePHP framework and the SPYC class (included in this package but *not* authored by me)

HOW TO USE?
Just put all files ( except for this README ) in your CakePHP vendors folder. 

If you want to use the API only, simply include the classes in your code ( App::Import('vendor', 'migrations' ) and/or 
App::Import('vendor', 'fixtures' ) ). For further details, please reference to the docs of the classes.

To use the migrations shell, use your cake console - type ./cake migrate help for details.

AUTHOR
Georgi Momchilov <gmomchilov at gmail dot com>

About

A CakePHP vendor and shell libraries which help using YAML migrations without the PEAR library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages