Skip to content

dfalkcreative/propel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Propel

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

This fork includes several updates to introduce support for PHP >= 7.4 for legacy systems which may not be able to upgrade to newer versions of Propel.

Usage

To use this version of Propel locally, simply update the composer.json to reflect this repository, update the package to point to master, and run composer install.

{
  "require": {
    "propel/propel1": "^1.7"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/dfalkcreative/propel.git"
    }
  ]
}

About

Current stable version of Propel v1 with added support for PHP >= 7.4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 98.0%
  • XSLT 1.8%
  • Other 0.2%