PHP Soccer – Lineup Builder

Sale!

Original price was: ₹2,407.00.Current price is: ₹399.00.

PHP Soccer – Lineup Builder. PHP Soccer is a PHP class that allows you to easily generate soccer formations in your pages.

Recently Viewed Products

Description

Product Link : https://codecanyon.net/item/php-soccer/9969993

PHP Soccer is a PHP class that allows you to easily generate soccer formations in your pages.
If you have a website about soccer you can finally preview a match and show the possible lineups, review a match and visually represent the formations or talk about your perfect Real Madrid formation and get the opinions of your users.
Basic Implementation
With the Basic Implementation you will be able to create a generic soccer formation simply by adding the names of the players:
//create an object of the PhpSoccer class
$juventus = new PhpSoccer;

//set the names of the eleven players
$juventus->players = array(‘Buffon’, ‘Chiellini’, ‘Ogbonna’, ‘Bonucci’, ‘Asamoah’, ‘Marchisio’, ‘Pirlo’, ‘Vidal’, ‘Lichtsteiner’, ‘Morata’, ‘Tevez’);

//print the formation on the page
echo $juventus->create();

Advanced Implementation
With the Advanced Implementation you will be able to create a soccer formation with a custom uniform for the goal keeper, custom uniforms for the standard players and a custom formation.
//create an object of the PhpSoccer class
$juventus= new PhpSoccer;

//set the goal keeper uniform ( from 1 to 200 )
$juventus->kuniform = 17;

//set the standard player uniform ( from 1 to 200 )
$juventus->puniform = 1;

//set the formation, choose one of 11 formations: 4-4-2, 4-4-1-1, 4-3-3, 4-5-1, 3-4-3, 3-5-2, 3-5-1-1, 5-3-2, 5-4-1, 4-2-3-1, 4-4-2-D
$juventus->formation = ‘3-5-2’;

//set the names of the 11 players
$juventus->players = array(‘Buffon’, ‘Chiellini’, ‘Ogbonna’, ‘Bonucci’, ‘Asamoah’, ‘Marchisio’, ‘Pirlo’, ‘Vidal’, ‘Lichtsteiner’, ‘Morata’, ‘Tevez’);

//set the skin of the players ( w = white, b = black )
$juventus->skin = array(‘w’, ‘w’, ‘b’, ‘w’, ‘b’, ‘w’, ‘w’, ‘w’, ‘w’, ‘w’, ‘w’);

//print the formation on the page
echo $juventus->create();

Create custom uniforms
If you have Photoshop, with the PSD file included you will be able to create your own custom uniforms, watch the video below.


Delivery Policy
When will I receive my product?

Your product will be delivered immediately or within 1 to 24 hours after purchase, depending on the specific item. Please check the product description for more details.

How is my product delivered?

You will receive a download link via email once your order is complete. For larger files, we may provide access through Google Drive or a similar cloud service.

How to avoid delivery delays?

To ensure smooth delivery, please double-check that your email address is entered correctly at checkout. We recommend using a Gmail account to prevent delivery issues. If you make a mistake with your email, contact us right away to resend the link.

Where can I find my product?

After your order is processed, a download link will be sent to your email. You can also access it anytime by logging into your account and visiting the “”Downloads”” section.”