pelmered/fake-car
Fake-Car is a Faker provider that generates fake car data for you.
2.1.0
1.5M downloads/mo
#2879 most downloaded on Packagist
pelmered/fake-car
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.6 years
Some releases are documented
notes for 8 of 15 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
16 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · May 2018 to Sep 2024Releases
latest 16-
2.1.027 Sep 2024Release notes
Open source →What's Changed
- Add engine power and torque by @pelmered in #27
- Feature: Add more data types by @pelmered in #30
- Fix: Added missing parameters to
FakeCarDataProviderInterface - Added typehints. Should have 100 % type coverage now.
- Tests rewritten with Pest.
- Introduced Pint and PHPStan for code checks
Full Changelog: 2.0.1...2.1.0
-
2.0.103 Feb 2024 -
2.0.002 Feb 2024Release notes
Open source →New features:
- Use your own data provider or your own data object. See readme for information.
Full Changelog: 1.7...2.0.0
Breaking changes:
- Now requires PHP 8.1+ (previously 7.3+)
- The provider name has changed from
FakecartoFakeCar. This will cause problems if you are on a case-sensitive filesystem, but it is strongly recommended to change this even if you are not. - The methods
transliterateandcheckDigiton theFakeCarprovider class are now no longer publicly available (Visibility changed to private). - The public methods
getRandomElementsFromArrayandgetWeightedon theFakeCarprovider class has been moved to a helper class. Access them like this:\Faker\Provider\FakeCarHelper::getWeighted() - The constants
EBCDICandMODELYEARare no longer public.
3, 4 and 5 are changes to limited to undocumented features of the public API and should therefore not affect the typical use cases of this package.
-
2.0.0-beta06 May 2023 pre-releaseRelease notes
Open source →This release includes a refactor of the code where things has been been broken up into more classes for a more logical structure and to aid extensibility.
New features:
- Use your own data provider or your own data object. See readme for information.
Breaking changes:
- Now requires PHP 8.1+ (previously 7.3+)
- The provider name has changed from
FakecartoFakeCar. This will cause problems if you are on a case-sensitive filesystem, but it is strongly recommended to change this even if you are not. - The methods
transliterateandcheckDigiton theFakeCarprovider class are now no longer publicly available (Visibility changed to private). - The public methods
getRandomElementsFromArrayandgetWeightedon theFakeCarprovider class has been moved to a helper class. Access them like this:\Faker\Provider\FakeCarHelper::getWeighted() - The constants
EBCDICandMODELYEARare no longer public.
3, 4 and 5 are changes to limited to undocumented features of the public API and should therefore not affect the typical use cases of this package.
-
1.4.101 Oct 2020 -
1.4.006 Sep 2019Release notes
Open source →- Added
station wagonto vehicle types - Added missing type hints
- Added missing PHP Docs
- Added tests for
PHP 7.4andHHVM - Small test improvements
- Added
-
1.3.329 May 2019Nothing published for this version
-
1.3.207 Mar 2019Nothing published for this version
-
1.3.101 Mar 2019Nothing published for this version
-
1.3.001 Mar 2019Nothing published for this version
-
1.2.002 Jun 2018Nothing published for this version
-
1.1.027 May 2018Nothing published for this version
-
1.0.0no dateNothing published for this version
-
1.705 Oct 2021Release notes
Open source →- Declare support for PHP 8.1
- Replace Travis with GutHub Action for running tests #21
- Code quality and styling improvements
-
1.603 Dec 2020Release notes
Open source →Switch to FakerPHP because fzaninotto/Faker is no longer maintained.
This also gives for proper PHP 8 support in the dependency tree. -
1.522 Oct 2020Release notes
Open source →- Support for PHP 8 and PHPUnit 9
- Fix testing and coverage reporting
- Now requires PHP => 7.3 and Faker >=1.9
- Add dependabot config
- Small refactorings / Code improvements