PHPackages                             dbstudios/code-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dbstudios/code-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dbstudios/code-generator
========================

A library that allows easy generation and modification of PHP source files

0.3.0(8y ago)018GPL-3.0PHP

Since Dec 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/LartTyler/CodeGenerator)[ Packagist](https://packagist.org/packages/dbstudios/code-generator)[ RSS](/packages/dbstudios-code-generator/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Installation
============

[](#installation)

```
$ composer require dbstudios/code-generator
```

Usage
=====

[](#usage)

All components support a `setTargetPHPVersion()` method, which can be used to specify the [PHP Version ID](http://php.net/manual/en/reserved.constants.php#reserved.constants.core) that the generated code will run on.

```
