Php joomla wordpress hyderabadcông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 php joomla wordpress hyderabad công việc được tìm thấy, giá theo USD

    I want a script that allows me to export a Zencart catalog () to CSV in real-time with the following fields: Title Short description Category (x, y, z) Description Image URLs (URL1, URL2, URL3) Price Stock

    $33 (Avg Bid)
    $33 Giá đặt trung bình
    12 lượt đặt giá

    II'm in need of a skilled developer to build a PHP, HTML, and CSS based public grievance web-based project for me. This project will include: - Complaint Handling System: This system should be capable of receiving, processing, and resolving complaints from users. It should categorize complaints based on their types and departments. - Sentiments Analysis Graph: An integral part of this project is the sentiments analysis graph. The graph should be designed as a bar chart, displaying the overall sentiment of the received complaints. - Department Categorization: Complaints should be automatically routed to the relevant department based on their nature. Ideal candidates for this project should have: - Proficiency in PHP, HTML, and CSS - Experience in building web-based comp...

    $25 (Avg Bid)
    $25 Giá đặt trung bình
    11 lượt đặt giá
    Edit webapps PHP/mysql 5 ngày left
    ĐÃ XÁC THỰC

    Hi, I'm looking somone to edit my websoftware developped in php/mysql : Add : - field to attach a file per client - add account expiration date - Email notification - Link vehicles by API with our geolocation system

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    46 lượt đặt giá

    I need a proficient PHP coder who can write a script for me that will print images (in JPEG format) and QR codes on a thermal printer. The images are our company logo and the QR codes are meant for conducting reviews. This PHP script will be used online on a cloud platform. Ideal skills for this job are: • Strong expertise in PHP • Familiarity with JPEG images and QR codes • Experience in creating scripts for printing needs, specifically on thermal printers • Understanding of cloud platform workings. Your primary task will be the creation of a script that can accurately print images and QR codes on our thermal printer, effectively facilitating bill printing for our operations. Deliver a clean, efficient code that can be effortlessly integrated a...

    $15 (Avg Bid)
    $15 Giá đặt trung bình
    2 lượt đặt giá

    I'm currently experiencing some technical problems with my PHP website. Though it functions smoothly on localhost via XAMPP, errors arise upon moving it to our server on HostGator. The desired candidate for this job has the following abilities: - Extensive knowledge in PHP and server-handling, preferably with HostGator - Experience with troubleshooting and resolving website issues - Capable of fixing server-related issues Typical problems we're facing include: - Site not functioning correctly on the server despite proper local host operation - Error messages - Performance issues This troubleshooting requires someone who can detect and fix issues from server-end to user interface. Prior experience with cases similar to ours will be a plus. Applicants should also...

    $13 (Avg Bid)
    $13 Giá đặt trung bình
    16 lượt đặt giá
    PHP bug fixes 8 ngày left

    Looking for a very expereinced php devleoepr for multiple bug fixes

    $5 / hr (Avg Bid)
    $5 / hr Giá đặt trung bình
    1 lượt đặt giá

    I am in need of a skilled web developer to create the fro...Interactive Maps and Animations: The front-end should include interactive elements such as maps and animations to enhance user engagement. - Design Preferences: I am looking for a minimalistic and clean design, as well as an elegant and modern design. If you have experience with these design styles, it would be a great advantage. Experience with Joomla CMS is a plus, as this is my preferred content management system. Your familiarity with Joomla will help ensure a seamless integration of the front-end with the back-end. The successful candidate for this project will have a strong portfolio demonstrating their web design skills and experience. Effective communication and a proactive approach to problem-solving will ...

    $11 / hr (Avg Bid)
    $11 / hr Giá đặt trung bình
    40 lượt đặt giá

    I acquired a PHP script from Codecanyon and seek a skilled developer to enhance its capabilities. The primary tasks involve implementing robust data validation mechanisms and integrating a specific condition for the calculator functionality. Project Requirements: Data Validation: Strengthen the script's data validation process to ensure accuracy and security in handling user inputs. Calculator Functionality Enhancement: Customize the existing calculator feature to include a specific condition, optimizing its performance and usability.

    $12 (Avg Bid)
    $12 Giá đặt trung bình
    9 lượt đặt giá

    I will be choosing someone one hour from now. Answer me this questions: Are you available immediately? We have a demo tomorrow 9am EST What is your experience with PHP? What AI tools do you use to make your devleopment faster? Are you comfortable working hourly?

    $7 / hr (Avg Bid)
    $7 / hr Giá đặt trung bình
    11 lượt đặt giá
    Laravel 5.8 to 6.20.44 PHP Script Upgrade 5 ngày left
    ĐÃ XÁC THỰC

    I am in need of an experienced Laravel expert who can upgrade a food delivery PHP script, consisting of Laravel + React PWA Apps, from Laravel 5.8 to 6.20.44. This is a Codecanyon PHP Script that I have already purchased. - No feature changes are needed within the upgrade process. - Skills needed include Laravel, PHP, React and PWA Apps knowledge. - Hands-on experience in upgrading Laravel projects would be an added advantage. It is essential that you understand the intricacies of both versions to ensure the upgrade is seamless, with no bugs or errors. Prior experience with food delivery scripts will be highly regarded.

    $175 (Avg Bid)
    $175 Giá đặt trung bình
    59 lượt đặt giá

    I'm looking for a proficient PHP developer who can help me with parameterizing a MySQLi query in my project. Specifically, I need assistance with data retrieval operations. Key requirements: - Proficiency in PHP: You should have a strong grasp of PHP programming. - MySQLi Query Parameterization: The ideal candidate should be experienced in properly parameterizing MySQLi queries. - Data Retrieval: The primary task will be focused on data retrieval operations. The project may include: - Handling multiple parameters: You should be comfortable working with queries that handle multiple parameters at once. - Optimization: Ensuring the queries are optimized and secure. It's a relatively straightforward task for a skilled PHP developer with MySQLi experien...

    $22 (Avg Bid)
    $22 Giá đặt trung bình
    22 lượt đặt giá

    The code stuck when xml is wrong or long or when the close tagID is not found. I want to correct it in order to manage more connection. Consider that the XML is a camera that send more or less 1 xml every 2sec. Here my code: $listen_port = $this->cameraPort; $sock = socket_create_listen($listen_port); if ($sock === false) { $errorcode = socket_last_error(); $errormsg = socket_strerror($errorcode); $this->logger->error($this->logPrefix . "Couldn't create socket: [$errorcode] $errormsg"); return Command::FAILURE; } socket_getsockname($sock, $addr, $port); $this->logger->warning($this->logPrefix . "Server Listening on $addr:$port"); while ($c =...

    $115 (Avg Bid)
    $115 Giá đặt trung bình
    4 lượt đặt giá

    ~10 php files in stock Rework everything - rewrite texts - change graphics and make it modern corporate. the design requirement is a modern corporate style, one of the main requirements for the landing page is trust the same requirements as for landing pages for affiliate marketers - PPC google ads companies The user must trust the design - the content - aif-usa com a couple of links as an example for additional content The theme of the design must correspond to the direction of the company’s activities: The company is globally engaged in transportation and logistics - WAREHOUSING SERVICES - Import Export operations The company is globally engaged in transportation and logistics - WAREHOUSING SERVICES - Import Export operations One of the company’s projects is the...

    $467 (Avg Bid)
    $467 Giá đặt trung bình
    118 lượt đặt giá

    I'm seeking a top-notch freelancers with expertise in Laravel PHP to design my business-oriented payment gateway website. Ideal candidates should have a deep understanding of e-commerce platforms and a proven track record of delivering reliable and secure payment solutions. The final product should enable hassle-free transactions for businesses and ensure a seamless user experience. Key Requirements: - High proficiency in PHP, particularly Laravel - Familiarity with business-oriented platforms - Experience in integrating multi-currency support - Mobile wallet integration expertise - Proven ability in creating detailed transaction reporting systems - Deep understanding of security protocols - Excellence in UI/UX for a seamless user experience By evidenced past work, th...

    $13 / hr (Avg Bid)
    $13 / hr Giá đặt trung bình
    137 lượt đặt giá
    Enhance PHP File Database Efficiency 4 ngày left
    ĐÃ XÁC THỰC

    Please fix my task that we spoke about

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    28 lượt đặt giá

    READ FIRST: ONLY HOURLY CONTRACTS, no fixed rate because I have multiple bug fixes on trello and I need someone to start immedaitely. We have demo tomorrow. I want someone to work the next 8-10 hours on time tracker (no manual hours). Important, I need someone immediately

    $7 / hr (Avg Bid)
    $7 / hr Giá đặt trung bình
    68 lượt đặt giá
    REPORTE EN SISTEMA PHP 4 ngày left
    ĐÃ XÁC THỰC

    ** FAVOR DE VER Y LEER EL PDF ADJUNTO CUENTA DEMO WEB ACTUALMENTE EL REPORTE SE PUEDE CREAR PERO EN 2 FORMAS DIFERENTES NECESITO UNIFICARLO Y QUE ME MUESTRE LA DIFERENCIA QUE HAY ENTRE CARGA Y DESCARGA Se requiere un reporte con la siguiente información: Reporte en donde marca el máximo valor de nivel de combustible (carga) en este caso es 20,000lts El reporte deberá tener la condición para tomar el punto de carga de si se conservo en un nivel alto por más de 10 minutos, no se ha movido y no cambio el valor digamos 5000,10000,15000,20000lts lo marcará como carga, cuando este detenido por 10 minutos y empiece a detectar movimiento de descarga de más de 2000 litros lo tomará como descarga el ultimo valor más grande. • ...

    $206 (Avg Bid)
    $206 Giá đặt trung bình
    23 lượt đặt giá

    **PLEASE SEE AND READ THE ATTACHED PDF WEB DEMO ACCOUNT A report is required with the following information: Report where it marks the maximum fuel level value (load) in this case it is 20,000 liters The report must have the condition to take the load point if it was kept at a high level for more than 10 minutes, it has not moved and the value did not change, let's say 5000,10000,15000,20000lts, it will mark it as load, when it is stopped for 10 minutes and begins to detect discharge movement of more than 2000 liters, it will take the last largest value as the discharge. • The report must be generated in the same place where they are currently generated (image 1). The PDF, HTML and XLS format is required, such as those for Fuel fillings and Fuel thefts. • What we want t...

    $154 (Avg Bid)
    $154 Giá đặt trung bình
    44 lượt đặt giá

    I am having a problem with my PHP script that has led to an undefined variable error. Specifically, this error is showing up in the section that handles database activities, particularly during data insertion process. I will provide a video to illustrate the exact issue. Here's what I am seeking: - An expert in PHP scripting that can resolve this undefined variable error - Someone with solid experience handling database operations (especially with data insertion) - Ideally, you will have a background in debugging PHP scripts and database handling Your task will be to identify and correct the errors in my script to ensure smooth and error-free database operations. This should involve an in-depth understanding of the code, pinpointing the undefined variable and ma...

    $27 (Avg Bid)
    $27 Giá đặt trung bình
    59 lượt đặt giá

    We are currently in search of a skilled Flutter Front End Developer to join our team on a freelance basis in our Hyderabad location. Key Responsibilities: - Develop a mobile application from scratch using Flutter Ideal Candidate: - Proficient in Flutter - Prior experience developing mobile applications - Located in or near Hyderabad - Strong problem-solving skills - Excellent time management and communication skills If you meet these qualifications, we'd love to hear from you. Our project is ready to kick off, so please get in touch as soon as possible. Hello Freelancers We Are Hiring For Bellow Mention Site Location ?Hyderabad Freelance Project Front End Developer 1. Backend server and database Management 2. Android and IOS AND WEB APP Development 3. ...

    $6 / hr (Avg Bid)
    $6 / hr Giá đặt trung bình
    37 lượt đặt giá
    PHP Coder Needed for Online RPG 4 ngày left
    ĐÃ XÁC THỰC

    I'm looking for a skilled PHP coder to tackle the coding aspect of a website project. This website is an online paid-to-play role-playing game, and you'll be instrumental in bringing it to life. Key Responsibilities: - Website Development: You'll be working on the PHP code that will form the backbone of the site. - Building from Scratch: The project is starting from ground zero, so you'll be involved in its creation every step of the way. Ideal Skills and Experience: - PHP Expertise: A strong foundation in PHP is essential for this role. - Web Development: Experience in website development will be a big advantage. - Game Development (preferred but not mandatory): While not a must, any experience in game development, particularly RPGs, would...

    $31 (Avg Bid)
    $31 Giá đặt trung bình
    44 lượt đặt giá
    Flutter/PHP Expertise Needed for Bug Fixes 4 ngày left
    ĐÃ XÁC THỰC

    I am in need of an experienced Flutter App developer with PHP Yii1 skills to troubleshoot and fix issues plaguing my three existing applications - all within the same project. The identified issues include: - Regular app crashes which occur at launch, during specific actions and randomly. - Slowed performance hindering optimal user experience. - Several UI/UX issues that need improvement. Unfortunately, I cannot pinpoint the specific actions causing the applications to crash, but I'm hoping your expertise can identify the reason(s). The ideal candidate for this project should have: - Extensive experience in Flutter app development and PHP Yii1. - Reliable problem-solving and debugging skills. - A keen eye for UI/UX design and improvement. - Experience in app launch an...

    $109 (Avg Bid)
    $109 Giá đặt trung bình
    23 lượt đặt giá

    I'm in immediate need of a PHP developer who specializes in front-end development. The project requires a professional who can handle: - Front-end development: Designing and developing a user-friendly interface. Unfortunately, the specific front-end development tasks weren't outlined, so your bid should reflect your versatility in terms of: - Layout design - Interaction design - Responsive design I’m looking for someone who can start immediately, as I have an urgent timeline for this project. So, if you have a proven track record in PHP front-end development and you're ready for a challenge, I can't wait to see your bid. Ideal skills: - Expertise in PHP - Experience in Front-end development - Versatility in Layout design, Interaction desig...

    $16 / hr (Avg Bid)
    $16 / hr Giá đặt trung bình
    80 lượt đặt giá
    Php Backend Developer -- 2 4 ngày left
    ĐÃ XÁC THỰC

    More details: We are making some changes to this dashboard tool : We need to make two changes in the product in above link. This is a code for dashboard tool, we just need to create two separate databases and a few UI changes to create buttons for using tha...streamline this process, I propose adding a tab or checkbox in our Point of Sale (POS) system when selling the product, prompting the staff to confirm whether the empty cylinder has been received. If yes, it should update the Empty Cylinder stock; if no, it should not. Database management, Creating Two New database and a button in a dashboard., Need someone Who understand complex Backend Architecture in php & Mysql.

    $15 (Avg Bid)
    $15 Giá đặt trung bình
    13 lượt đặt giá
    PHP Code Debugging for Server-Side 4 ngày left
    ĐÃ XÁC THỰC

    When importing customers via CSV file in ASTPP version 6.0, both postpaid and prepaid customers balance always uploads 0. The task is to find the corresponding php file/path on the server and correct it, so that the balance uploads correctly when uploading the customers on the ASTPP both for prepaid and postpaid customers. Positive balance must upload as positive balance. Negative balance must upload correspondingly. 0 uploads 0. You need to make a detailed document how to do that on any ASTPP server, so that someone without technical knowledge takes the document, follows it and gets the same working on the other ASTPP server. Example of the document: Someone from our side will try to upload customers on the provided server to make

    $43 (Avg Bid)
    $43 Giá đặt trung bình
    17 lượt đặt giá

    Looking for an experienced PHP developer who can guide me to migrate a PHP Website from 5 to 8.1

    $176 (Avg Bid)
    $176 Giá đặt trung bình
    174 lượt đặt giá

    I need a PHP Developer that can speak Greek very fluently to make some changes on a PHP website and intergrate a payment gateway.

    $206 (Avg Bid)
    $206 Giá đặt trung bình
    67 lượt đặt giá

    ...seeking a skilled and experienced Full Stack PHP Web Application Developer to join our team on a freelance basis. The primary responsibility of this role will be to add new features, modify, and upgrade current modules within our web application. Responsibilities: - Develop new features, modify existing functionality, and upgrade current modules for our web application using Codeigniter 4 framework. - Integrate a barcode scaning platform for scanning employee bagdes to store check-in and check-out periods to track attendance and overtime of employees. - Collaborate with our team to understand requirements and implement solutions effectively. - Write clean, well-documented, and maintainable code. Requirements: - Has extensive experience in PHP frontend and backend develop...

    $186 (Avg Bid)
    $186 Giá đặt trung bình
    73 lượt đặt giá

    We are seeking a skilled developer to create a comprehensive time management website aimed at assisting users in optimizing their productivity and organizing their schedules effectively. The website will feature a user-friendly interface, leveraging HTML and CSS for frontend design, and backend functionality will be implemented using robust technologies to ensure seamless performance and scalability. MYSQL Database.

    $150 (Avg Bid)
    $150 Giá đặt trung bình
    1 lượt đặt giá

    I am on the hunt for a skilled PHP developer with a concentration in backend and web development. Key Responsibilities: - You'll be primarily responsible for database integration. - I'd appreciate your expertise in API development. - You will work on user authentication on the new website/application. Ideal candidate should have: - Proficiency in PHP for backend development. - Proven experience in web development. - Skilled in database integration, API development, and user authentication. We are setting up a brand-new website/application and would welcome proposals from those who have handled similar projects in the past. Eager to build a robust and seamless application together.

    $155 (Avg Bid)
    $155 Giá đặt trung bình
    55 lượt đặt giá

    I'm looking for an experienced PHP developer to help me build an advanced resume scanner and parser for our webpage. This tool will automatically scan uploaded resumes, extract specific data fields, and seamlessly parse it onto our webpage. Key Requirements: - The tool should be able to extract the following data fields from resumes: Contact information, Education history, Work experience, Family background, Marital status, Language Known, Mother Tounge, Client work information, Mobile number, Email, and Address. - The tool should be able to handle resumes in PDF and Word document formats. - The parsed data should be neatly organized and displayed on our webpage in a user-friendly manner. Ideal Skills & Experience: - Proven experience in developing advanced PHP too...

    $143 (Avg Bid)
    $143 Giá đặt trung bình
    15 lượt đặt giá

    Looking for php/mysql developer to integrate discount coupon backend into admin panel. Straight forward. The admin panel is already working with a mobile app. We need to add that functionalitiy so we can later integrate it on mobile app

    $7 / hr (Avg Bid)
    $7 / hr Giá đặt trung bình
    83 lượt đặt giá
    Customizing Colibrism PHP Social Network 4 ngày left
    ĐÃ XÁC THỰC

    I am looking for an expert in PHP and specifically familiar with the Colibrism social network script. I Please contact me only if you are previously familiar with working on Colibrism social network script.

    $171 (Avg Bid)
    $171 Giá đặt trung bình
    34 lượt đặt giá
    Php Mobile App to Android APK 4 ngày left
    ĐÃ XÁC THỰC

    I have a mobile application's source code, written in PHP, that I need converted into an APK file with necessary settings. Key Requirements: - Convert PHP source code to an Android-compatible APK file - Implement necessary settings for the app to function properly on Android devices Ideal Freelancer: - Proficient in PHP and Android app development - Experienced in converting PHP applications to Android APKs - Has a good understanding of Android-specific settings and configurations

    $178 (Avg Bid)
    $178 Giá đặt trung bình
    12 lượt đặt giá

    As I'm in need of a skillful PHP/Laravel developer with proven proficiency in , Vite, and Tailwind CSS, and Github I'm seeking a professional to assist in the creation of a high-performing Payment Portal Management System with a deadline of May 14, 2024. Candidate must be competent in Github and have fluent communication skills in either English or Chinese. All user and transaction data will be generated using random data for development purposes. The existing database structure and design are mostly completed, and the current source code will be provided to facilitate seamless continuation of development. Project Details: Payment Management Portal The project entails the development of a comprehensive payment management portal with three key roles: User: Users can have...

    $12 / hr (Avg Bid)
    $12 / hr Giá đặt trung bình
    64 lượt đặt giá

    I need Satta matka android application with admin panel .

    $61 (Avg Bid)
    $61 Giá đặt trung bình
    5 lượt đặt giá
    Quiz Embed for Lead Gen (Step Quiz) / PHP ! 4 ngày left
    ĐÃ XÁC THỰC

    ... Features: * E-mail me the Lead with all information collected * Save in Google Sheets as a database * Main thing is to have it look nice and don't look out of place, similar font style, sizing, font size, etc * Use embed code to copy and past into my page builder * Create a plugin to help me customize the quiz, like images, text & size, etc. Desired Programming Language: PHP / SQL * I'm looking for the best deal possible, please be very competitive. * Milestone release upon completion of the project & is bug-free. * Need Source Code when Job is Complete, After any Bug fixes, and Updates ⭐⭐⭐⭐⭐ Please post "I've read everything" when applying to be considered, too many bots applying. Failure to do this step, you will not be contacted ⭐⭐⭐⭐⭐

    $113 (Avg Bid)
    $113 Giá đặt trung bình
    41 lượt đặt giá
    PHP Developer needed urgently -- 2 4 ngày left
    ĐÃ XÁC THỰC

    I'm in need of a PHP Developer for a new project. The parameters and required skills are fairly open, as I've not declared any specific frameworks or preferences. Ideal candidates include those who possess: - Broad knowledge of PHP across various frameworks. Although Laravel, CodeIgniter, and WordPress were the options given, these indications were not selected, thus creating an open space for any skilled PHP professional to apply. - Experience in both website and web application development. There's an opportunity to work on several PHP development projects, potentially ranging from website building, application creation, to API integrations. - An impressive design eye. I've left the space open for any design style you're confid...

    $120 (Avg Bid)
    $120 Giá đặt trung bình
    28 lượt đặt giá

    I'm in need of a PHP Developer for a new project. The parameters and required skills are fairly open, as I've not declared any specific frameworks or preferences. Ideal candidates include those who possess: - Broad knowledge of PHP across various frameworks. Although Laravel, CodeIgniter, and WordPress were the options given, these indications were not selected, thus creating an open space for any skilled PHP professional to apply. - Experience in both website and web application development. There's an opportunity to work on several PHP development projects, potentially ranging from website building, application creation, to API integrations. - An impressive design eye. I've left the space open for any design style you're confid...

    $110 (Avg Bid)
    $110 Giá đặt trung bình
    34 lượt đặt giá

    I need comprehensive details extracted from the Parivahan vehicle RC database. Data output must be within range upto 1k range at once. Specific requirements include the: - Owner's name - Registration number - Vehicle model and make - Insurance expiration date - Owner contact number The need is urgent, so a quick turnaround is vital. An adept hand at data mining, especially relative to the Parivahan database, would be an asset. Familiarity with Indian vehicle registration systems or similar projects will also be advantageous. The project should prioritize accuracy of data above all, and a proven record in precise information extraction is essential.

    $136 (Avg Bid)
    $136 Giá đặt trung bình
    10 lượt đặt giá

    Need fulltime laravel developer immediately individual developer only Minimum Experience- 6month to 2 year Database- mysql knowlegde Salary 10000 inr to 25000inr only Remote desktop interview on ruskdesk software mandatory coding interview

    $333 (Avg Bid)
    $333 Giá đặt trung bình
    22 lượt đặt giá

    Skills -core php, laravel, Codeigniter my sql database Min 1 to 5 year experience location - Mohali,Punjab, India

    $342 (Avg Bid)
    $342 Giá đặt trung bình
    12 lượt đặt giá
    PHP Yii1 & MySQL Task Completion 3 ngày left
    ĐÃ XÁC THỰC

    ...Migrate few working module files from this test server to production server. 3. ONDC TSL implementation with the vendor. I am in need of a Php yii1 and MySQL expert to tackle some key tasks on my existing project. Immediate tasks include: - Bug fixing: We have some lingering issues that need to be resolved to optimize functionality. - Adding new features: We require new elements added to enrich the user experience, which is currently our area of greatest need. - Improving existing features: Amplify current features for better functionality and seamless user interaction. The successful freelancer should have significant hands-on experience with Php yii1 and MySQL. Only those with evidence of previous, relatable projects will be considered. While all three task forms ...

    $156 (Avg Bid)
    $156 Giá đặt trung bình
    9 lượt đặt giá

    Php den mysql dan anlayan daha önce bahis işleri yapmış Betradarrr dan veya farklı siteler veri çekmiş kişiler xml yada Nodejs işi bilenler yazsın betradarrr sitesinde her türlü veri çekebilen Artı site içindede düzenlemeler yapabilecek yazılımcılar iletişeme geçsin...

    $517 (Avg Bid)
    $517 Giá đặt trung bình
    20 lượt đặt giá
    IMMEDIATE START. React Native/PHP developer 3 ngày left
    ĐÃ XÁC THỰC

    Looking for react native/php developer to take a list of bugfixes. We need someone to start now and work on EST timezone

    $6 / hr (Avg Bid)
    $6 / hr Giá đặt trung bình
    72 lượt đặt giá
    PHP Email to HTML Publishing Tool 3 ngày left
    ĐÃ XÁC THỰC

    I'm looking for a web developer with experience in PHP to build a custom web software that will publish forwarded emails on a public HTML page. This is similar to a now-offline web app called which can be seen through , attached. Key Requirements: - I need the system to have a custom receiving email address that I can forward emails to. This could be turned into a webhook using Make (Integromat) or another method that you suggest. - The system should parse the incoming emails and display them on a public HTML page. Images should be uploaded to the web server and displayed properly inline. - The system ideally should reply to me with an email like the attached screenshot with a link to the public page for sharing. - The app should allow for easy whitelisting

    $511 (Avg Bid)
    $511 Giá đặt trung bình
    161 lượt đặt giá

    Hello, I have installed the script. Home page is showing good , but the user panels including vendor and admin panel is showing broken. Please see the attached screenshot. I do not know the reason. If you know the reason then it is just 5 minute work. On the VPS i am using CWP panel. I really do not have budget for this, i will give you 5/5 star positive feedback. I will give you $2 for this task and positive feedback guaranteed.

    $8 / hr (Avg Bid)
    $8 / hr Giá đặt trung bình
    13 lượt đặt giá
    Golang: Migration from PHP to Golang 3 ngày left
    ĐÃ XÁC THỰC

    Due to time and resource constraints, I need to migrate a component written in php (symphony) to Golang. The part on github relating to services towards the DB (MongoDb) and the new REST APIs (written in Golang) to access for interfacing is already active. The system will only have to execute queries on MongoDb (via Service) and render in twig template. The repository layer and service and repository are already developed in golang and will be provided. Configuration files are ready. As well as indications on the function to be translated into Golang. GIT access will be via wireguard VPN on the development environment Please contact us only if you have experience with Golang or C++: to avoid wasting time We can give you advanced technical support and explain the logic of the pr...

    $541 (Avg Bid)
    $541 Giá đặt trung bình
    51 lượt đặt giá

    I need Flutter developer with PHP knowledge or a team of developers to take care of a few projects in hand. I will share detailed description with the developers in chat communication.

    $231 (Avg Bid)
    $231 Giá đặt trung bình
    38 lượt đặt giá

    we need an php WooCommerce Developer for Team to join our Team there weekly tasks or daily but you need to have strong experince in WooCommerce php and Coding

    $46 (Avg Bid)
    $46 Giá đặt trung bình
    57 lượt đặt giá