Skip to content

third-bridge/cg-library

 
 

Repository files navigation

CG library provides a toolset for generating PHP code

ThirdBridge forking note

Looks like the original package is abandoned, but unfortunately intranet-v2 has a hard dependency on jms/aop-bundle which in turn has a hard dependency on this package.

In its original form, it is incompatible with PHP 7.3 due to deprecations on the reflection classes it can encounter.

In order to override, add the following to your composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url":  "git@github.com:third-bridge/cg-library.git"
    }
  ],
  "require":      {
    "jms/cg": "dev-master"
  }
}

Overview

This library provides some tools that you commonly need for generating PHP code. One of it's strength lies in the enhancement of existing classes with behaviors.

About

Provides a toolset for generating PHP code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.5%
  • Hack 1.3%
  • Makefile 0.2%