Skip to content

Conversation

@zandev
Copy link

@zandev zandev commented Sep 23, 2010

Hi caius:

Thank you for sharing your work on php-faker.

May you be interested in some changes I've made in my own fork:

Deep refactoring, involving :
* Files, classes and methods names
* No more inheritance from Faker
* Moved Faker to fkUtils
* Added a facade class Faker, which provides roughly the same API as the old Faker class
* No more __get() and __set() magic, use of explicit methods call instead
Added SPL autoloading

Kind regards,
Stéphane

  - Files, classes and methods names
  - No more inheritance from Faker
  - Moved Faker to fkUtils
  - Added a facade class Faker, which provides roughly the same API as the old Faker class
  - No more __get and __set magic, use of explicit methods call instead

  Added SPL autoloading
@josegonzalez
Copy link

#seemlegit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants